Relocatable program - traduzione in spagnolo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Relocatable program - traduzione in spagnolo

IN COMPUTING, THE PROCESS OF ASSIGNING LOAD ADDRESSES FOR POSITION-DEPENDENT CODE AND DATA
Relocation table; Relocatable code; Relocating loader; Relocation (computer science); Static relocation; Simple static relocation; Page boundary relocation; Compile-time relocation; Dynamic relocation; Dynamic relocation (computing); Run-time relocation; Runtime relocation; Virtual relocation; Virtual relocation (computing); Load-time relocation; Loadtime relocation; Program relocation; Code relocation; Relocatable program; Segment relocation; Segment relocation (computing); Offset relocation; Offset relocation (computing); Intra-segment offset relocation; Intrasegment offset relocation; Page-boundary relocation; 256-byte page boundary relocation; 256-byte page-boundary relocation; Relocation information; Runtime binary relocation; Run-time binary relocation; 256 byte page boundary relocation; Execution time relocation; Execution-time relocation; 16 byte boundary relocation; 16-byte boundary relocation; Paragraph boundary relocation; Paragraph-boundary relocation; Load-Time Locatable Code; Load Time Locatable Code; Load-time locatable code; LTL code; Load-time locatable; Locatable Code; Locatable code; Load-time locatable program; Load-Time Locatable Enumerated Data Record; LTL Enumerated Data Record; Load-Time Locatable Iterated Data Record; LTL Iterated Data Record; Re-locatable code; Load-time locatable enumerated data record; Load-time locatable iterated data record; LTL iterated data record; LTL enumerated data record; Relocatable enumerated data record; Relocatable Enumerated Data Record; Relocatable Iterated Data Record; Relocatable iterated data record; Relocation on the fly; Relocation bits; Relocation bit; Relocated program; Relocated code; Relocating linker; Relocation and Linkage; Relocation and linkage; R&L (computing); Relocation map; Relocation bitmap; Relocation map (computing); Line relocation; Line relocation (computing); Relocation list; Relocation list (computing); Relocation of address constant; Relocation of address expression; Interleaving relocation bits; Relocatability attribute; Instruction relocation; Relocation technique; Relocatable text reference; Relocation of bitmaps; Link-time relocation; Relocatable constant; Relocatable instruction; Relocatable object file; Relocatable symbol; Relocation term; Relocating bit; Relocating instruction; Intra-segment offset-relocatible; Intra-segment offset-relocation; Intra-segment offset relocatible; Offset-relocation; Offset relocatible; Offset-relocatible; Offset-relocatable; Offset relocatable; Intra-segment offset-relocatable; Intra-segment offset relocatable; Eager modification of pointers; Eager pointer modification; Relocation program (computing); Relocator (computing); Paragraph boundary relocatable; Paragraph boundary relocating; Paragraph-boundary relocating; Paragraph-boundary relocatable; Paragraph boundary relocated; Paragraph-boundary relocated; Page boundary relocating; Page boundary relocatable; Page boundary relocated; Page-boundary relocating; Page-boundary relocatable; Page-boundary relocated; Offset relocating; Offset relocated; Offset-relocating; Offset-relocated; Segment relocating; Segment relocatable; Segment relocated; Segment-relocating; Segment-relocatable; Segment-relocated; Segment-relocation

Relocatable program         
Programa reubicable
relocatable program         
programa que se carga de todos los lugares de la memoria
program file         
  • A symbolic representation of an ALU
  • Computer memory map
  • DEC]] [[VT100]] (1978) was a widely used [[computer terminal]].
  • Switches for manual input on a [[Data General Nova]] 3, manufactured in the mid-1970s
  • Lovelace's description from Note G
  • [["Hello, World!" program]] by [[Brian Kernighan]] (1978)
  • A kernel connects the application software to the hardware of a computer.
  • NOT gate
  • A computer program written in an imperative language
  • hardware]].
  • Artist's depiction of Sacramento State University's Intel 8008 microcomputer (1972)
  • A sample function-level data-flow diagram
  • Fran Bilas]] programmed the [[ENIAC]] by moving cables and setting switches.
  • right
  • Physical memory is scattered around RAM and the hard disk. Virtual memory is one continuous block.
SEQUENCE OF INSTRUCTIONS WRITTEN IN PROGRAMMING LANGUAGE TO PERFORM A SPECIFIED TASK WITH A COMPUTER
Computer programme; Computer code; Computer programs; Software program; Program (programming); Program (computer science); Program (computing); Computer Program; Software code; Program (computer); Computer Programs; Program file; Computer program code; Program module
Fichero de programa, Fichero que se puede ejecutar utilizado para la ejecución de un programa

Definizione

programa
programa (del lat. "programma", del gr. "prógramma")
1 m. Exposición del *plan de distribución y orden de las partes que han de constituir un trabajo, una fiesta, una enseñanza, etc.: "Programa del congreso [de los festejos de San Isidro, de la conferencia, de la asignatura de química]". Particularmente, de un espectáculo y en especial, de una sesión de *cine, *radio, o *televisión: "En el cine hay hoy un buen programa". Cuestionario, guión, planning. *Plan. Proyecto de gobierno de un partido político.
2 Conjunto de instrucciones que se introducen en una máquina, herramienta, un aparato automático o un ordenador para que realice determinadas operaciones.
Programa continuo. Sesión continua: proyección de las películas que componen el programa de una sala de cine sin separación en sesiones.

Wikipedia

Relocation (computing)

Relocation is the process of assigning load addresses for position-dependent code and data of a program and adjusting the code and data to reflect the assigned addresses. Prior to the advent of multiprocess systems, and still in many embedded systems, the addresses for objects were absolute starting at a known location, often zero. Since multiprocessing systems dynamically link and switch between programs it became necessary to be able to relocate objects using position-independent code. A linker usually performs relocation in conjunction with symbol resolution, the process of searching files and libraries to replace symbolic references or names of libraries with actual usable addresses in memory before running a program.

Relocation is typically done by the linker at link time, but it can also be done at load time by a relocating loader, or at run time by the running program itself. Some architectures avoid relocation entirely by deferring address assignment to run time; as, for example, in stack machines with zero address arithmetic or in some segmented architectures where every compilation unit is loaded into a separate segment.